home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / calc1 / calc.frm < prev    next >
Text File  |  1995-05-07  |  18KB  |  570 lines

  1. VERSION 2.00
  2. Begin Form Calculator 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Calculator"
  5.    ClientHeight    =   3720
  6.    ClientLeft      =   2070
  7.    ClientTop       =   3015
  8.    ClientWidth     =   3660
  9.    ClipControls    =   0   'False
  10.    FontBold        =   -1  'True
  11.    FontItalic      =   0   'False
  12.    FontName        =   "System"
  13.    FontSize        =   9.75
  14.    FontStrikethru  =   0   'False
  15.    FontUnderline   =   0   'False
  16.    Height          =   4125
  17.    Icon            =   CALC.FRX:0000
  18.    Left            =   2010
  19.    LinkMode        =   1  'Source
  20.    LinkTopic       =   "Form1"
  21.    MaxButton       =   0   'False
  22.    ScaleHeight     =   3720
  23.    ScaleWidth      =   3660
  24.    Top             =   2670
  25.    Width           =   3780
  26.    Begin PictureBox picShade 
  27.       AutoSize        =   -1  'True
  28.       BorderStyle     =   0  'None
  29.       Height          =   120
  30.       Left            =   0
  31.       Picture         =   CALC.FRX:0302
  32.       ScaleHeight     =   120
  33.       ScaleWidth      =   120
  34.       TabIndex        =   22
  35.       Top             =   0
  36.       Visible         =   0   'False
  37.       Width           =   120
  38.    End
  39.    Begin PictureBox Gadget 
  40.       BackColor       =   &H00C0C0C0&
  41.       BorderStyle     =   0  'None
  42.       Height          =   3390
  43.       Left            =   240
  44.       ScaleHeight     =   3390
  45.       ScaleWidth      =   3255
  46.       TabIndex        =   0
  47.       Top             =   240
  48.       Width           =   3255
  49.       Begin SSPanel Panel3D1 
  50.          BackColor       =   &H00C0C0C0&
  51.          Caption         =   "Panel3D1"
  52.          Font3D          =   3  'Inset w/light shading
  53.          ForeColor       =   &H00800000&
  54.          Height          =   285
  55.          Left            =   120
  56.          TabIndex        =   23
  57.          Top             =   90
  58.          Width           =   3030
  59.          Begin PictureBox Picture1 
  60.             BackColor       =   &H00C0C0C0&
  61.             BorderStyle     =   0  'None
  62.             Height          =   255
  63.             Left            =   15
  64.             ScaleHeight     =   255
  65.             ScaleWidth      =   3000
  66.             TabIndex        =   24
  67.             Top             =   15
  68.             Width           =   3000
  69.          End
  70.       End
  71.       Begin SSCommand Command3D1 
  72.          Caption         =   "OFF"
  73.          Font3D          =   0  'None
  74.          ForeColor       =   &H000000FF&
  75.          Height          =   375
  76.          Left            =   120
  77.          TabIndex        =   21
  78.          Top             =   480
  79.          Width           =   615
  80.       End
  81.       Begin CommandButton Percent 
  82.          Caption         =   "%"
  83.          FontBold        =   -1  'True
  84.          FontItalic      =   0   'False
  85.          FontName        =   "System"
  86.          FontSize        =   9.75
  87.          FontStrikethru  =   0   'False
  88.          FontUnderline   =   0   'False
  89.          Height          =   480
  90.          Left            =   2640
  91.          TabIndex        =   19
  92.          Top             =   2760
  93.          Width           =   480
  94.       End
  95.       Begin CommandButton Operator 
  96.          Caption         =   "="
  97.          FontBold        =   -1  'True
  98.          FontItalic      =   0   'False
  99.          FontName        =   "System"
  100.          FontSize        =   9.75
  101.          FontStrikethru  =   0   'False
  102.          FontUnderline   =   0   'False
  103.          Height          =   480
  104.          Index           =   4
  105.          Left            =   2040
  106.          TabIndex        =   18
  107.          Top             =   2760
  108.          Width           =   480
  109.       End
  110.       Begin CommandButton Decimal 
  111.          Caption         =   "."
  112.          FontBold        =   -1  'True
  113.          FontItalic      =   0   'False
  114.          FontName        =   "System"
  115.          FontSize        =   9.75
  116.          FontStrikethru  =   0   'False
  117.          FontUnderline   =   0   'False
  118.          Height          =   480
  119.          Left            =   1320
  120.          TabIndex        =   17
  121.          Top             =   2760
  122.          Width           =   480
  123.       End
  124.       Begin CommandButton Number 
  125.          Caption         =   "0"
  126.          FontBold        =   -1  'True
  127.          FontItalic      =   0   'False
  128.          FontName        =   "System"
  129.          FontSize        =   9.75
  130.          FontStrikethru  =   0   'False
  131.          FontUnderline   =   0   'False
  132.          Height          =   480
  133.          Index           =   0
  134.          Left            =   120
  135.          TabIndex        =   16
  136.          Top             =   2760
  137.          Width           =   1080
  138.       End
  139.       Begin CommandButton Operator 
  140.          Caption         =   "/"
  141.          FontBold        =   -1  'True
  142.          FontItalic      =   0   'False
  143.          FontName        =   "System"
  144.          FontSize        =   9.75
  145.          FontStrikethru  =   0   'False
  146.          FontUnderline   =   0   'False
  147.          Height          =   480
  148.          Index           =   0
  149.          Left            =   2640
  150.          TabIndex        =   15
  151.          Top             =   2160
  152.          Width           =   480
  153.       End
  154.       Begin CommandButton Operator 
  155.          Caption         =   "X"
  156.          FontBold        =   -1  'True
  157.          FontItalic      =   0   'False
  158.          FontName        =   "System"
  159.          FontSize        =   9.75
  160.          FontStrikethru  =   0   'False
  161.          FontUnderline   =   0   'False
  162.          Height          =   480
  163.          Index           =   2
  164.          Left            =   2040
  165.          TabIndex        =   14
  166.          Top             =   2160
  167.          Width           =   480
  168.       End
  169.       Begin CommandButton Number 
  170.          Caption         =   "3"
  171.          FontBold        =   -1  'True
  172.          FontItalic      =   0   'False
  173.          FontName        =   "System"
  174.          FontSize        =   9.75
  175.          FontStrikethru  =   0   'False
  176.          FontUnderline   =   0   'False
  177.          Height          =   480
  178.          Index           =   3
  179.          Left            =   1320
  180.          TabIndex        =   13
  181.          Top             =   2160
  182.          Width           =   480
  183.       End
  184.       Begin CommandButton Number 
  185.          Caption         =   "2"
  186.          FontBold        =   -1  'True
  187.          FontItalic      =   0   'False
  188.          FontName        =   "System"
  189.          FontSize        =   9.75
  190.          FontStrikethru  =   0   'False
  191.          FontUnderline   =   0   'False
  192.          Height          =   480
  193.          Index           =   2
  194.          Left            =   720
  195.          TabIndex        =   12
  196.          Top             =   2160
  197.          Width           =   480
  198.       End
  199.       Begin CommandButton Number 
  200.          Caption         =   "1"
  201.          FontBold        =   -1  'True
  202.          FontItalic      =   0   'False
  203.          FontName        =   "System"
  204.          FontSize        =   9.75
  205.          FontStrikethru  =   0   'False
  206.          FontUnderline   =   0   'False
  207.          Height          =   480
  208.          Index           =   1
  209.          Left            =   120
  210.          TabIndex        =   11
  211.          Top             =   2160
  212.          Width           =   480
  213.       End
  214.       Begin CommandButton Operator 
  215.          Caption         =   "-"
  216.          FontBold        =   -1  'True
  217.          FontItalic      =   0   'False
  218.          FontName        =   "System"
  219.          FontSize        =   9.75
  220.          FontStrikethru  =   0   'False
  221.          FontUnderline   =   0   'False
  222.          Height          =   480
  223.          Index           =   3
  224.          Left            =   2640
  225.          TabIndex        =   10
  226.          Top             =   1560
  227.          Width           =   480
  228.       End
  229.       Begin CommandButton Operator 
  230.          Caption         =   "+"
  231.          FontBold        =   -1  'True
  232.          FontItalic      =   0   'False
  233.          FontName        =   "System"
  234.          FontSize        =   9.75
  235.          FontStrikethru  =   0   'False
  236.          FontUnderline   =   0   'False
  237.          Height          =   480
  238.          Index           =   1
  239.          Left            =   2040
  240.          TabIndex